/*底部*/
/*$$
{"color":[{"val":"#ffffff","title":"鼠标滑过导航文字颜色"},
{"val":"#a5ceff","title":"默认文字颜色"},
{"val":"#a4d5f6","title":"底部备案号文字颜色"}],
"background":[{"val":"#0053b6","title":"默认背景颜色"}],
"border":[{"val":"#ffffff","title":"默认边框"},
{"val":"rgba(255,255,255,.8)","title":"导航鼠标滑过底部边框"}]}
$$*/
#footer_151{
	width: 100%;
	background: rgba(88, 88, 88, 1);
}
#footer_151 .foot{
	width: 1200px;
	margin: 0 auto;
}
#footer_151 .footList{
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	color: #ffffff;
	padding-top: 40px;
}
#footer_151 .footItem{
	margin:0 10px;
	padding-bottom: 20px;
}
#footer_151 .footItem .footTop{
	line-height: 60px;
	border-bottom: #ffffff solid 1px;
	font-size: 16px;
	margin-bottom: 20px;
}
#footer_151 .footItem .navList{
	display: grid;
	grid-template-columns: repeat(2,1fr);
}
#footer_151 .footItem .footLi{
	font-size: 14px;
	color: rgba(255, 255, 255, 1);
	line-height: 40px;
	width: 100%;
	display: block;
	position: relative;
}
#footer_151 .footItem .navLi{
	font-size: 14px;
	color: rgba(255, 255, 255, 1);
	line-height: 40px;
	width: auto;
	display: inline-block;
	position: relative;
}
#footer_151 .footItem .navLi::before{
	position: absolute;
	top: 0;
	left: 0;
	line-height: 40px;
	height: 40px;
	overflow: hidden;
	max-width: 0;
	border-bottom: rgba(255,255,255,.8) 1px solid;
	color: #ffffff;
	word-break: keep-all;
	content: attr(data-hover);
	-webkit-transition: max-width 0.5s;
	-moz-transition: max-width 0.5s;
	transition: max-width 0.5s;
}
#footer_151 .navLi:hover::before,
#footer_151 .navLi:focus::before{
	max-width: 100%;

}

#footer_151 .footItem .bf{
	color: #ffffff;
	width: 60px;
	text-align: justify;
	display: inline-block;
	text-align-last: justify;
	margin-right: 10px;
}
#footer_151 .footItem .code{
	width: 90px;
	height: 90px;
	margin: 25px 0 0 10px;
}
#footer_151 .footItem .code img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#footer_151 .footEnd{
	color:rgba(255, 255, 255, 1);
	width: 100%;
	text-align: center;
	line-height: 50px;
	border-top: #a5ceff solid 1px;
	font-size: 16px;
}
#footer_151 .footEnd a{
	color:rgba(255, 255, 255, 1);
	margin-left: 20px;
	
}
@media screen and (max-width: 1200px) {
	#footer_151 .foot{
		width: 100%;
		padding: 0 20px;
	}
}
@media screen and (max-width: 768px){
	#footer_151{
		display: none;
	}
}
